home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / PLIST.ZIP / ULIST.DFM / ULIST.txt
Encoding:
Text File  |  1996-02-12  |  4.3 KB  |  130 lines

  1. object FPrincipal: TFPrincipal
  2.   Left = 276
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Listador de Delphi'
  7.   ClientHeight = 218
  8.   ClientWidth = 389
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poDefault
  15.   Visible = True
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 32
  22.     Width = 122
  23.     Height = 16
  24.     Caption = 'Fichero de Entrada'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 16
  28.     Top = 88
  29.     Width = 113
  30.     Height = 16
  31.     Caption = 'Fichero de Salida'
  32.   end
  33.   object SpeedButton1: TSpeedButton
  34.     Left = 336
  35.     Top = 56
  36.     Width = 25
  37.     Height = 25
  38.     Glyph.Data = {
  39.       78010000424D7801000000000000760000002800000020000000100000000100
  40.       04000000000000000000120B0000120B00000000000000000000000000000000
  41.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  42.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  43.       55555555FFFFFFFF5555555000000005555555577777777FF555550999999900
  44.       55555575555555775F55509999999901055557F55555557F75F5001111111101
  45.       105577FFFFFFFF7FF75F00000000000011057777777777775F755070FFFFFF0F
  46.       01105777F555557F7FF75500FFFFFF0F00105577F555FF7F77575550FF70000F
  47.       0F0055575FF777757F775555000FFFFF0F005555777555FF7F77555550FF7000
  48.       0F055555575FF777757F555555000FFFFF05555555777555FF7F55555550FF70
  49.       0005555555575FF7777555555555000555555555555577755555555555555555
  50.       55555555555555555555555555555555555555555555555555550000}
  51.     NumGlyphs = 2
  52.     OnClick = SpeedButton1Click
  53.   end
  54.   object SpeedButton2: TSpeedButton
  55.     Left = 336
  56.     Top = 112
  57.     Width = 25
  58.     Height = 25
  59.     Glyph.Data = {
  60.       78010000424D7801000000000000760000002800000020000000100000000100
  61.       04000000000000000000120B0000120B00000000000000000000000000000000
  62.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  63.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  64.       55555555FFFFFFFF5555555000000005555555577777777FF555550999999900
  65.       55555575555555775F55509999999901055557F55555557F75F5001111111101
  66.       105577FFFFFFFF7FF75F00000000000011057777777777775F755070FFFFFF0F
  67.       01105777F555557F7FF75500FFFFFF0F00105577F555FF7F77575550FF70000F
  68.       0F0055575FF777757F775555000FFFFF0F005555777555FF7F77555550FF7000
  69.       0F055555575FF777757F555555000FFFFF05555555777555FF7F55555550FF70
  70.       0005555555575FF7777555555555000555555555555577755555555555555555
  71.       55555555555555555555555555555555555555555555555555550000}
  72.     NumGlyphs = 2
  73.     OnClick = SpeedButton2Click
  74.   end
  75.   object SpeedButton3: TSpeedButton
  76.     Left = 112
  77.     Top = 152
  78.     Width = 137
  79.     Height = 25
  80.     Caption = '&Ejecutar'
  81.     Glyph.Data = {
  82.       78010000424D7801000000000000760000002800000020000000100000000100
  83.       04000000000000000000120B0000120B00000000000000000000000000000000
  84.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  85.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  86.       555555555555555555555555555555555555555555FF55555555555559055555
  87.       55555555577FF5555555555599905555555555557777F5555555555599905555
  88.       555555557777FF5555555559999905555555555777777F555555559999990555
  89.       5555557777777FF5555557990599905555555777757777F55555790555599055
  90.       55557775555777FF5555555555599905555555555557777F5555555555559905
  91.       555555555555777FF5555555555559905555555555555777FF55555555555579
  92.       05555555555555777FF5555555555557905555555555555777FF555555555555
  93.       59905555555555555777555555555555555555555555555555550000}
  94.     NumGlyphs = 2
  95.     OnClick = SpeedButton3Click
  96.   end
  97.   object Label3: TLabel
  98.     Left = 8
  99.     Top = 184
  100.     Width = 375
  101.     Height = 16
  102.     Caption = '(C) 1996 Alberto Garcia Alvarez (agarcia@etsiig.uniovi.es)'
  103.   end
  104.   object Edit1: TEdit
  105.     Left = 16
  106.     Top = 56
  107.     Width = 313
  108.     Height = 24
  109.     TabOrder = 0
  110.   end
  111.   object Edit2: TEdit
  112.     Left = 16
  113.     Top = 112
  114.     Width = 313
  115.     Height = 24
  116.     TabOrder = 1
  117.   end
  118.   object OpenDialog1: TOpenDialog
  119.     DefaultExt = 'pas'
  120.     Filter = 'delphi|*.pas|delphi forms|*.dfm'
  121.     Options = [ofPathMustExist]
  122.     Left = 128
  123.   end
  124.   object SaveDialog1: TSaveDialog
  125.     Filter = 'Ficheros RTF|*.rtf'
  126.     Left = 224
  127.     Top = 8
  128.   end
  129. end
  130.